@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-size: 14px;
	color: #333333;
	font-family: "Arial"; min-width:1200px;
}
* {
	padding: 0px;
	margin: 0px;
}
body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, form, fieldset, legend, input, textarea, select, button, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	list-style: none;
	font-weight: normal;
}
input, select {
	font: 100% Helvetica, Tahoma, Arial, "Microsoft YaHei", "Arial", SimSun, "宋体", STXihei, "华文细黑", Heiti, "黑体", sans-serif;
}
button {
	overflow: visible
}
img {
	border: none;
}
a {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	outline: none;
}
li {
	list-style: none;
}
input, select, button {
	font: 14px Verdana, Arial, Tahoma;
	vertical-align: middle;
}
.clear {
	clear: both;
}
.lf {
	float: left;
}
.rt {
	float: right;
}
.m {
	width: 1200px;
	margin: 0px auto;
	
}
.mm {
	margin-top: 20px;

}
.hei30{ height:30px;}
.con{width:1200px; margin:0 auto;}

.hed{width: 1200px;
	margin: 0px auto; padding:0px 0px; }
	
.hed img{ margin-top:0px;}
	
	
/*头部*/

.menu {font-family: "Arial"; width:890px; float:right;margin-top:20px;margin-left:10px;   }
.menu ul li {float:left; position:relative;}
.menu ul li a, .menu ul li a:visited {display:block; text-align:center; text-decoration:none; padding:0 19px;color:#000;  line-height:40px; font-size:16px; text-transform:uppercase}
.menu ul li ul {display: none;}
.menu ul li:hover a {color:#0c7b05; }
.menu ul li:hover ul {display:block; position:absolute; top:40px; left:0; text-align:left;  }
.menu ul li:hover ul li a {display:block; background:#f1f1f1;font-size:13px;font-weight:normal;width:100px;line-height:25px;border-bottom:1px solid #fff;color:#000;text-align:left; padding:5px 10px; }
.menu ul li:hover ul li a:hover {background:#0c7b05; color:#fff;font-size:13px;font-weight:normal;text-align:left; padding:5px 10px; }


/*标题*/
/*服务*/
.HomeTile{ text-align:center; margin-bottom:1.5%; position:relative;}

.HomeTile .cn{ display:block;  font-size:32px; line-height:1.25; color:#333;}

.HomeTile .cn .blue{ color:#0679af;}

.HomeTile .conf{ color:#666; line-height:30px;}


.HomeService{ padding-top:1%; padding-bottom:3%;}

.main-container {
    width: 1200px;
    margin:0 auto;
}
.index-list-2 {
 height:450px;
 text-align:center;
 background:#fff;
 white-space:nowrap
}
.index-list-2 .list-item {
 width:395px;
 height:450px;
 display:inline-block;
 position:relative;
 white-space:normal
}
.index-list-2 .list-item .img-bg,.index-list-2 .list-item .main-content,.index-list-2 .list-item .mask {
 width:100%;
 height:100%;
 position:absolute;
 top:0;
 left:0
}
.index-list-2 .list-item .img-bg {
 z-index:10
}
.index-list-2 .list-item .mask {
 z-index:11;
 background-color:#5b5b5b;
 opacity:.2;
 filter:alpha(opacity=80)
}
.index-list-2 .list-item .main-content {
 z-index:12;
 padding:91px 60px 0;
 -webkit-transition:.5s;
 -o-transition:.5s;
 transition:.5s;-moz-box-sizing: border-box; /*Firefox3.5+*/
-webkit-box-sizing: border-box; /*Safari3.2+*/
-o-box-sizing: border-box; /*Opera9.6*/
-ms-box-sizing: border-box; /*IE8*/
box-sizing: border-box;
}
.index-list-2 .list-item .main-content .icon {
 height:82px;
 text-align:center
}
.index-list-2 .list-item .main-content .icon img {
 height:100%
}
.index-list-2 .list-item .main-content .line {
 width:40px;
 height:2px;
 margin:30px auto 39px;
 background:#fff;
 -webkit-transition:.5s;
 -o-transition:.5s;
 transition:.5s
}
.index-list-2 .list-item .main-content .title {
 text-align:center;
 font-size:24px;
 color:#FFF;
 letter-spacing:.75px;
 margin-bottom:10px;
 -webkit-transition:.5s;
 -o-transition:.5s;
 transition:.5s
}
.index-list-2 .list-item .main-content .short-description {
 font-size:14px;
 color:#F1F1F1;
 text-align:center
}
.index-list-2 .list-item .main-content .description {
 font-size:14px;
 color:#F1F1F1;
 text-align:center;
 opacity:0;
 margin-bottom:29px;
 -webkit-transition:.5s;
 -o-transition:.5s;
 transition:.5s
}
.index-list-2 .list-item .main-content .more1 {
 font-size:14px;
 color:#FFF;
 width:86px;
 height:30px;
 line-height:30px;
 text-align:center;
 border:1px solid #fff;
 margin:auto;
 opacity:0;
 -webkit-transition:.5s;
 -o-transition:.5s;
 transition:.5s;
 display:block
}
.index-list-2 .list-item .main-content .more1:hover {
 background:#fff;
 color:#005e96
}
.index-list-2 .list-item:hover .mask {
 background-color:#005e96;
 opacity:.8
}
.index-list-2 .list-item:hover .main-content {
 padding-top:50px
}
.index-list-2 .list-item:hover .main-content .line {
 margin:26px auto 27px
}
.index-list-2 .list-item:hover .main-content .title {
 margin-bottom:14px
}
.index-list-2 .list-item:hover .main-content .short-description {
 opacity:0
}
.index-list-2 .list-item:hover .main-content .description,.index-list-2 .list-item:hover .main-content .more1 {
 opacity:1
}
.albj { background:url(../images/data-center_fabcc7e9.png) center; padding:25px 0 35px; overflow:hidden; margin-top:80px;}


#moshi{ width:1200px; margin:0 auto; }

#moshi p{ line-height:32px; color:#666666; text-align:center;}

#moshi img{ margin:30px auto; display:block; text-align:center;}
/*ys*/
.mt30{ margin-top:30px;overflow:hidden;}
#ys{ width:100%; height:846px; background:url(../images/anli.jpg) no-repeat center;}
.ys{ overflow:hidden}


.ys2{ width:1260px; position:relative;  }
.ys2 a{  float:left; margin:10px 10px 10px 5px; }
.ys2 span{width:285px;background:#000;position:absolute;bottom:0;left:0;color:#fff;filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7; font-size:16px; text-align:center; line-height:45px;}
.ys2 a:hover span{ background-color:#0ab82f;}

.more{ width:135px; height:35px; border:1px solid #bfbfbf;border-radius:10px; margin:40px auto;}
.more a{  width:130px; height:35px; display:block; text-align:center; line-height:35px; color:#3d3c3c; border-radius:10px; font-size:15px;}
.w1200{ width:1200px; margin:0 auto; overflow:hidden; }



.fl { float:left;}
.fr { float:right;}




/*新闻中心*/
.sy_xw { width:1200px; margin:30px auto;}
.sy_xw .left { width:545px; float:left;}
.sy_xw .left h1 {font-size:32px; color:#333;  height:50px; line-height:50px; }
.sy_xw .left h2 {font-size:14px;color:#666666; margin-bottom:10px;}
/*焦点图*/
.focus{ position:relative; width:545px; height:315px;  float: left; }  
.focus img{ width:545px; height:315px;} 
.focus .shadow .title{width: 260px; height: 65px;padding-left: 30px;padding-top: 0px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;} 
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#0c7b05;}  
.focus .fPic{ position:absolute; left:0px; top:0px; }  
.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }  
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:50px; line-height: 50px; background:rgba(12,123,5,0.5);    
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left; }  
.focus .shadow a{ text-decoration:none; color:#fff; font-size:16px; overflow:hidden; margin-left:10px; font-family: "\5FAE\8F6F\96C5\9ED1";}  
.focus .fcon{ position:relative; width:100%; float:left;  display:none; background:#000  }  
.focus .fcon img{ display:block; }  
.focus .fbg{bottom:13px; right:20px; position:absolute; height:21px; text-align:center; z-index: 200; }  
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}    
.focus .D1fBt a{position:relative; display:inline; width:10px; height:10px; border-radius:7px; margin:0 5px;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#ffffff; }    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#0c7b05;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none; font-style:normal; }    
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background: url(../images/focus_btn.png) no-repeat;}
.focus .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }  
.focus .next{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}  
.focus .prev:hover{  background-position:0 0; }  
.focus .next:hover{  background-position:-40px 0;}  


.tabbox3 {width:628px;  float:right; margin-top:20px;}
.tabmenu3 {width:628px;height:40px;}
.tabmenu3 span { float:right; line-height:40px;}
.tabmenu3 ul {margin:0;padding:0;list-style-type:none;}
.tabmenu3 li { text-align:center; float:left; display:block; width:125px; height:40px; overflow:hidden;background:#f6f6f6; line-height:40px; display:inline; font-size:18px; color:#333333; margin-right:10px; border-radius:3px;}
.tabmenu3 .cli {text-align:center;float:left;display:block;width:125px;height:40px;overflow:hidden;line-height:40px;display:inline;font-size:17px; cursor:pointer; background:#0c7b05; color:#FFF; border-radius:3px;}
#tabcontent3 {width:628px;}
#tabcontent3 ul {margin:0;list-style-type: none; padding-top:10px;}
#tabcontent3 ul li { background:url(../images/dd.jpg) no-repeat center left; padding-left:10px; height:36px; line-height:36px; font-size:14px; text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
#tabcontent3 ul li a { font-size:14px;}
#tabcontent3 ul li font { float:right; font-family:Arial, Helvetica, sans-serif; color:#999;}
#tabcontent3 .hidden {display:none;} 
.dier { margin-top:15px; height:110px; overflow:hidden;}
.dier .riqi { width:95px; height:90px; background:#f6f6f6; float:left; text-align:center;}
.dier .riqi font { width:95px; height:60px; font-size:35px; font-family:Arial, Helvetica, sans-serif; color:#0c7b05; display:block; line-height:60px;}
.dier .riqi b {font-weight:normal; height:30px; line-height:30px; font-size:14px; color:#666666; text-align:center; }
.dier .wz { width:510px; float:right; line-height:24px; color:#666; font-size:14px;}
.dier .wz h4 {font-size:16px; color:#333; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; height:30px; } 
.dier .wz h4 a {color:#333; font-size:17px;}
.dier .wz h4 a:hover { color: #0c7b05;}


.gy_d{ background:#fff; width:100%; padding:20px 0; margin-top:30px;}
.gy_zi{ background:#f7f7f7; margin-top:30px;}
.gy_zz{ width:380px; margin:40px 0px 0 25px;}
.gy_t{ width:38px; height:3px; background:#0c7b05; margin:10px 0;}
.gy_zz h1{ font-size:20px; color:#0c7b05; line-height:20px; font-weight:bold;}
.gy_zz h1 span{ font-size:12px; color:#999; font-weight:normal; text-transform:uppercase}
.gy_zz p{ font-size:14px; color:#555555; line-height:28px}

.more2{ width:120px; height:40px; background:#0c7b05; text-align:center; margin:20px 0 0 0;}
.more2 a{ font-size:16px; color:#fff; line-height:40px;}



/*foot*/
.foot { width:100%; background:#222222; padding-top:40px;  color:#FFF;}
.m { width:1200px; margin:0px auto;}
.foot .left { width:310px; float:left;}
.foot .left h1 { font-size:16px; height:35px;}
.foot .left h2 { color:#fff; font-size:24px; font-family:Arial, Helvetica, sans-serif;}
.foot .left h2 font { font-size:13px; color:#dddddd;}
.foot .left p { padding-top:15px; color:#dddddd; line-height:32px;}
.foot .contt { float:left; margin-left:105px;}
.foot .contt ul li {float:left; margin-right:70px;  }
.foot .contt ul li h1 { background:url(../images/xian.jpg) no-repeat left bottom; height:30px; font-size:16px; margin-bottom:10px; color:#FFF;}
.foot .contt ul li p { font-size:14px; color:#ddd; line-height:25px;}
.foot .contt ul li p a { color:#ddd;}
.foot .right { width:140px; float:right; display:block;}
.foot .right h1 {background:url(../images/xian.jpg) no-repeat left bottom; height:30px; font-size:16px; margin-bottom:18px; color:#FFF;}
.foot .right p { padding:10px 10px 0px 0px;}
.foot .right .di { margin-top:39px;}
.foot1 { border-top:1px solid #454545; margin-top:40px; line-height:50px; width:100%; background:#222222; color:#ccc; display:block; text-align:center;}


/*内页*/
.dq_wz{width:100%; border-bottom:1px solid #e7e7e7; padding:15px 0; height:auto; overflow:hidden}
.dq_wz{width:100%; border-bottom:1px solid #e7e7e7; padding:15px 0; height:auto; overflow:hidden}
.dq_wz .wz{float:left; line-height:32px; font-size:14px}
.dq_wz .ej_lm1{float:right;}
.dq_wz .ej_lm1 ul li{float:left; margin-left:20px;}
.dq_wz .ej_lm1 ul li a{ padding:2px 18px; height:30px; text-align:center; line-height:30px; font-size:14px; border:1px solid #e7e7e7; display:block;}
.dq_wz .ej_lm1 ul li a:hover{color:#fff; background-color:#0c7b05; border:1px solid #0c7b05;}
.dq_wz .ej_lm1 ul li a.on{color:#fff; background-color:#0c7b05; border:1px solid #0c7b05;}



.ny_nr{width:1200px; margin:30px auto;}
.ny_nr .nr{width:100%; }
.ny_nr .nr img{ margin:0 auto; display:block; margin-top:20px;}
.ny_nr .nr p{font-size:15px; line-height:36px; text-align:left; margin-top:20px;}

.ny_nr .nr span{font-size:16px; line-height:36px; display:block;}

.nr1{ width:1200px; height:50px; margin:0 auto; border-bottom:1px dashed #eeeeee;}
.nr1 b{ text-align:center; line-height:60px; color:#666666; display:block; font-weight:normal;}


.nr2{ border-top:1px dashed #eeeeee; margin-top:40px;}
.nr2 ul li{ margin-top:10px; }


.zizhi{ width:1200px; margin:0 auto;}

.zizhi ul li{ float:left; border:1px solid #eeeeee; margin:10px 10px 50px 15px; width:270px; height:370px;}
.zizhi ul li a{ text-align:center; display:block;line-height:30px;}
.zizhi ul li a img{ width:270px; height:370px;}
/*新闻*/
.ny_nr .xw{width:100%; overflow:hidden;}
.ny_nr .xw .tp{width:310px; height:180px; border:2px solid #e7e7e7; float:left; overflow:hidden;
transition:all .5s; 
-webkit-transition:all .5s; 
-moz-transition:all .5s; 
-ms-transition:all .5s; 
-o-transition:all .5s;}
.ny_nr .xw .tp img{width:100%; height:auto; display:block;}
.ny_nr .xw ul li:hover .tp{border:2px solid #0c7b05;}
.ny_nr .xw .wz{width:850px; float:right; font-size:14px; line-height:26px; overflow:hidden; position:relative;}
.ny_nr .xw .wz h3{font-size:22px; line-height:32px; margin-bottom:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_nr .xw .wz h3 a{font-size:16px;}
.ny_nr .xw .wz h3 a:hover{color:#0c7b05;}
.ny_nr .xw .wz p{margin-top:5px; font-size:14px; line-height:28px; color:#666; height:50px; overflow:hidden;}
.ny_nr .xw .wz span.sj{display:block; float:left; padding-left:20px; background:url(../images/sj.png) no-repeat left center; color:#666;}
.ny_nr .xw .wz a.mr{width:120px; margin-top:20px; line-height:36px; text-align:center; display:block; background-color:#c6c6c6; color:#fff; position:relative; z-index:9;
transition:all .5s; 
-webkit-transition:all .5s; 
-moz-transition:all .5s; 
-ms-transition:all .5s; 
-o-transition:all .5s;}
.ny_nr .xw .wz a.mr:hover{background-color:#0c7b05;}
.ny_nr .xw ul li{width:1200px; margin-bottom:30px; float:left;}



DIV.yahoo2 {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; FONT-SIZE: 0.85em; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; FONT-FAMILY: Tahoma,Helvetica,sans-serif; TEXT-ALIGN: center; margin-top:30px;
}
DIV.yahoo2 A {
	BORDER-RIGHT: #777 1px solid; PADDING-RIGHT: 8px; BACKGROUND-POSITION: 50% bottom; BORDER-TOP: #777 1px solid; PADDING-LEFT: 8px; PADDING-BOTTOM: 2px; BORDER-LEFT: #777 1px solid; COLOR: #777; MARGIN-RIGHT: 3px; PADDING-TOP: 2px; BORDER-BOTTOM: #777 1px solid; TEXT-DECORATION: none
}
DIV.yahoo2 A:hover {
	BORDER-RIGHT: #0c7b05 1px solid; BORDER-TOP: #0c7b05 1px solid; BACKGROUND-IMAGE: none; BORDER-LEFT: #0c7b05 1px solid; COLOR: #fff; BORDER-BOTTOM: #0c7b05 1px solid; BACKGROUND-COLOR: #0c7b05
}
DIV.yahoo2 A:active {
	BORDER-RIGHT: #caa75b 1px solid; BORDER-TOP: #caa75b 1px solid; BACKGROUND-IMAGE: none; BORDER-LEFT: #caa75b 1px solid; COLOR: #fff; BORDER-BOTTOM: #caa75b 1px solid; BACKGROUND-COLOR: #3666d4
}
DIV.yahoo2 SPAN.current {
	PADDING-RIGHT: 6px; PADDING-LEFT: 6px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; COLOR: #000; MARGIN-RIGHT: 3px; PADDING-TOP: 2px; font-size:12px;
}
DIV.yahoo2 SPAN.disabled {
	DISPLAY: none
}
DIV.yahoo2 A.next {
	BORDER-RIGHT: #ccdbe4 2px solid; BORDER-TOP: #ccdbe4 2px solid; MARGIN: 0px 0px 0px 10px; BORDER-LEFT: #ccdbe4 2px solid; BORDER-BOTTOM: #ccdbe4 2px solid
}
DIV.yahoo2 A.next:hover {
	BORDER-RIGHT: #2b55af 2px solid; BORDER-TOP: #2b55af 2px solid; BORDER-LEFT: #2b55af 2px solid; BORDER-BOTTOM: #2b55af 2px solid
}
DIV.yahoo2 A.prev {
	BORDER-RIGHT: #ccdbe4 2px solid; BORDER-TOP: #ccdbe4 2px solid; MARGIN: 0px 10px 0px 0px; BORDER-LEFT: #ccdbe4 2px solid; BORDER-BOTTOM: #ccdbe4 2px solid
}
DIV.yahoo2 A.prev:hover {
	BORDER-RIGHT: #2b55af 2px solid; BORDER-TOP: #2b55af 2px solid; BORDER-LEFT: #2b55af 2px solid; BORDER-BOTTOM: #2b55af 2px solid
}


/*
产品服务*/
.xt_lb{width:1200px; margin:50px auto;}
.xt_lb .xt ul{width:1230px;}
.xt_lb .xt ul li{width:280px; margin-right:10px; margin-left:10px; margin-bottom:30px; float:left;}
.xt_lb .tp{width:99.7%; margin:0 auto; overflow:hidden; border-top:1px solid #eaeaea;border-left:1px solid #eaeaea;border-right:1px solid #eaeaea;}
.xt_lb .tp img{width:100%; height:190px; display:block;
transition:all 2s;
-webkit-transition:all 2s;
-moz-transition:all 2s;
-ms-transition:all 2s;
-o-transition:all 2s;}
.xt_lb .xt ul li:hover .tp img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}
.xt_lb .wz{border:1px solid #eaeaea; border-top:0; padding:10px 20px 23px;  overflow:hidden; height:110px;}
.xt_lb .wz h3{font-size:19px; border-bottom:1px solid #eaeaea; line-height:46px; margin-bottom:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.xt_lb .wz h3 a{font-size:17px;}
.xt_lb .wz p{font-size:13px; color:#999; line-height:24px;}






.lianxi .x_x{width:550px; float:left;}
.lianxi .l_y{width:550px; float:right;}
.lianxi .d_t{margin-top:50px;}
.lianxi h3{font-size:24px; margin-bottom:15px;}
.lianxi h4{font-size:16px; line-height:26px; color:#888; margin-bottom:15px;}
.lianxi em{width:30px; height:1px; background-color:#0c7b05; display:block; margin-bottom:15px;}
.lianxi b{font-family:Arial, Helvetica, sans-serif; color:#0c7b05; padding-left:5px; font-size:20px !important;}
.lianxi p{font-size:16px; line-height:40px;}
.lianxi p i{padding-right:10px; color:#aaa;}
.lianxi input.w_z{width:158px; height:40px; font-size:14px; line-height:40px; margin-right:10px; margin-bottom:10px; border:1px solid #e7e7e7; padding:0 5px;}
.lianxi input.a_n{width:120px; height:40px; background-color:#0c7b05; font-size:14px; color:#fff; line-height:40px;}
.lianxi textarea{width:526px; height:66px; padding:5px; border:1px solid #e7e7e7; outline:none; resize:none; font-size:14px; line-height:28px; margin-bottom:10px;}



.wid{width:1200px;height:100%;}
.zhaopin-top{ width:1200px; height:auto; float:right; }
.zhaopin-top-l{ float:left; width:900px; height:auto; }
.zhaopin-top-r{ float:right; width:120px; height:auto;}
.zhaopin-top-r a{ width:120px; height:42px; background:#004a9a; border-radius:4px; display:block; text-align:center; line-height:42px; margin-top:55px; color:#fff; font-size:16px;}

.zhaopin-top-l span{ color:#333333; font-size:32px; height:35px; width:900px; border-left:4px solid #0c7b05; padding-left:10px;}
.zhaopin-top-l p{ color:#666666; font-size:16px; padding-left:5px; line-height:30px; margin-top:13px;}

.zhaopin-bot span{ width:1200px; height:53px; background:#e9e9e9; display:block; line-height:53px; font-size:16px; padding-left:30px; margin:40px 0px 40px 0px;}

.zhaopin-bot p{ color:#666666; font-size:14px; padding-left:29px; line-height:23px; margin-top:13px;}




.shishiz-t2{ height:52px; width:1200px; background-color:#e9e9e9; }
.shishiz-t2 ul li{ float:left; width:380px; text-align:center; font-size:16px; color:#000000 ; line-height:52px; height:52px;}


.shishiz-b2{ width:1200px;}
.shishiz-b2 ul li{  font-size:16px; color:#666666; }
.shishiz-b2 ul li p{ font-size:16px; text-align:center; color:#666666; float:left; display:block;  border-bottom:1px dashed #eeeeee;  width:380px;  line-height:52px; height:50px;  }

.jianli{ width:1200px; height:180px; background:url(jianli.jpg) no-repeat center;}

.jianli p{ font-size:46px; color:#000; text-align:center; padding-top:30px;}
.jianli span{font-size:22px; color:#000; text-align:center; display:block; margin-top:20px;}






/* Sweep To Bottom h5动画特效*/
.hvr-sweep-to-bottom {
  display: inline-block;                                           
  vertical-align: middle;
  -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
    -ms-osx-font-smoothing: grayscale;
        -o-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
    -o-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #bb1e10;
  -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
    -o-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
100%{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
100%{opacity:1;-webkit-transform:none;transform:none}
}
.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}
@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}
100%{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}
100%{opacity:1;-webkit-transform:none;transform:none}
}
.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

.xiaocms-page span {
	BORDER-RIGHT: #0c7b05 1px solid; PADDING-RIGHT: 8px; BACKGROUND-POSITION: 50% bottom; BORDER-TOP: #0c7b05 1px solid; PADDING-LEFT: 8px; PADDING-BOTTOM: 3px; BORDER-LEFT: #0c7b05 1px solid; COLOR: #fff; background:#0c7b05; MARGIN-RIGHT: 3px; PADDING-TOP: 4px; BORDER-BOTTOM: #0c7b05 1px solid; TEXT-DECORATION: none
}